home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 86 / PIWD86.iso / pc / contents / flash / utilities / setupanimfx.exe / #setuppath# / interfacedemo.swf / scripts / DefineButton2_421 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-09-12  |  175 b   |  5 lines

  1. on(release){
  2.    _root.interfaceholder.looponoff = _root.interfaceholder.looponoff * 1 + 1;
  3.    loadMovie(_root.intro600choices.movie add ".swf","_root.effectholder600");
  4. }
  5.